ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheNode<TKey,TValue> Class
Members

In This Topic
    CacheNode<TKey,TValue> Class
    In This Topic
    Represents cache item
    Object Model
    CacheNode<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public Class CacheNode
        (Of TKey,TValue) 
    public class CacheNode<TKey,TValue> 
    Type Parameters
    TKey
    TValue
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.Implementation.CacheNode<TKey,TValue>

    See Also